home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-02017.DIR / 00084.ls < prev    next >
Encoding:
Text File  |  1998-05-07  |  240 b   |  10 lines

  1. on enterFrame
  2.   global gx, g0, g1, g2, g3
  3.   set the visible of sprite 2 to g2
  4.   set the visible of sprite 3 to g1
  5.   set the visible of sprite 4 to g0
  6.   set the visible of sprite 5 to gx
  7.   set the visible of sprite 6 to g3
  8.   go("start")
  9. end
  10.